p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}
img{
	vertical-align: middle;
}
li {
	list-style: none;
}

* {
	margin: 0;
	padding: 0;
	tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}

[v-cloak] {
	display: none;
}

p{
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

body {
	background-color: #fafafa;
	overflow: auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
		SimSun, sans-serif;
	min-width: 1200px!important;
}

li,
ul {
	list-style: none;
}

html,
body {
	height: 100%;
}

input {
	outline: none;
	border: none;
}

.hiddens{
	display: none;
}
::-moz-placeholder {
	font-size: 16px;
	color: #8DA2B5;
	letter-spacing: 0.73px;
}

::-webkit-input-placeholder {
	font-size: 16px;
	color: #8DA2B5;
	letter-spacing: 0.73px;
}

:-ms-input-placeholder {
	font-size: 16px;
	color: #8DA2B5;
	letter-spacing: 0.73px;
}


.w1200 {
	width: 1200px;
	margin: auto;
}

.img100 {
	width: 100%;
	height: 100%;
}

.cursor {
	cursor: pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

a p {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

.h100 {
	height: 100%;
}

a {
	text-decoration: none;
}

.color3{
	color: #333333;
}
.color6{
	color: #666666;
}
.color0{
	color: #000000;
}
.color9{
	color: #999999;
}
.font12{
	font-size: 12px;
}
.font14{
	font-size: 14px;
}
.font16{
	font-size: 16px;
}
.font15{
	font-size: 15px;
}
.font18{
	font-size: 18px;
}

.font22{
	font-size: 22px;
}

.weight8{
	font-weight: 800;
}

.weight6{
	font-weight:600;
}
.m_top5{
	margin-top: 5px;
}
.m_top20{
	margin-top: 20px;
}

.m_top50{
	margin-top: 50px;
}

.m_top10{
	margin-top: 10px;
}
.m_left5{
	margin-left: 5px;
}
.m_left10{
	margin-left: 10px;
}
.m_left20{
	margin-left: 20px;
}
.overflow1{
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.overflow2{
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.overflow3{
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}


.indexshow{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #666;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
	z-index: 3;
	display: none;
}




/* 底部样式 */
.foot{
	background-color: #282220;
	min-height: 363px;
}

.foot .foot_top{
	border-bottom: 1px solid #463A36;
	height: 250px;
}

.foot .foot_bottm .li1 {
	margin-top: 15px;
	text-align: center;
}
.foot .foot_bottm .li1 .a1 {
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 10px;
}
.foot .foot_bottm .li1 .a1:hover{
	color: #877671;
}
.foot .foot_top{

	box-sizing: border-box;
}
.foot .foot_top li{
	margin-top: 30px;
	float: left;
	width: 90px;
	text-align: center;
	margin-right: 70px;
}
.foot .foot_top li .p1{
	color: #FE712C;
	font-size:16px;
}

.foot .foot_top li .a2{
	display: inherit;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 15px;
}

.foot .foot_top li .a2:hover{
	color: #877671;
}

.foot .lichange{
	color: #FFFFFF;
	font-size: 12px;
	width: 21%!important;
	text-align: left!important;
}
.foot .lichange .div1{
	width: 80px;
}
.foot .lichange .div2{
	width: 170px;
}
.foot .footbtn{
	width: 147px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: linear-gradient(90deg, #FF954C, #FD4A09);
	border-radius: 17px;
	cursor: pointer;
	display: inline-block;
}

.foot .callbox .wx_box{
	width: 145px;
	height: 170px;
	background: #FFFFFF;
	border-radius: 6px;
	padding: 10px;
	box-sizing: border-box;
}

.foot .callbox .wx_box .wx{
	width: 125px;
	height: 125px;
	padding-bottom: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #E5E5E5;
}
.foot .callbox .qqbox{
	width: 145px;
	height: 34px;
	line-height: 34px;
	background: #FFFFFF;
	border-radius: 6px;
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
	cursor: pointer;
}

.foot .qqpop{
	width: 145px;
	background: #FFFFFF;
	border-radius: 6px;
	position: absolute;
	bottom: 49px;
	left: 0;
	padding: 0px 15px 15px;
	box-sizing: border-box;
	display: none;

}
.foot .qqpop .img{
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
	margin: auto;
}
.foot .qqpop .popbox{
	position: relative;
	margin-top: 8px;
}
.foot .qqpop .pop_ri{
	width: 83px;
	height: 28px;
	line-height: 28px;
	background: linear-gradient(90deg, #E0BF73, #EFD58B);
	border-radius: 14px;
	color: #755200;
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
}

.foot .qqpop .pop_lf{
	text-align: left;
	padding-left: 10px;
	box-sizing: border-box;
}

.foot .qqpop .xian{
	width: 3px;
	height: 3px;
	background: #FE611E;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;

}


/* 顶部悬浮导航(白色) */

.toptap{
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	box-shadow: 0px 1px 12px 0px rgba(92, 92, 92, 0.18);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 11111;
	/* display: none; */
}

.toptap .userbox{
	display: flex;
	width: 220px;
	justify-content: space-around;
}
.toptap .userbox .userimg{
	width: 54px;
	height: 54px;
	border-radius: 50%;
}
.toptap .usermsg .span1{
	padding: 0 15px;
	height: 21px;
	line-height: 21px;
	background: linear-gradient(90deg, #FF954C, #FD4A09);
	box-shadow: 0px 5px 18px 0px rgba(253, 87, 21, 0.35);
	border-radius: 11px;
	display: inline-block;
	color: white;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
}
.toptap .usermsg .span2{
	width: 60px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: #EEEEEE;
	border-radius: 11px;
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
}

.toptap .popclass{
	width: 750px;
	margin-left: 30px;
	margin-top: 5px;
}

.toptap .popclass .gpx_box .p1{
	float: left;
	height: 70px;
	line-height: 70px;
	margin-right: 25px;
	color: #333333;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}
.toptap .popclass .gpx_box .p1 img{
	position: absolute;
	width: 65%;
	right: -28px;
	top: 0px;
}
.toptap .popclass .gpx_box .p1 a{
	color: #333333;
}
.toptap .popclass .gpx_box .p1 a:hover{
	color: #FF6419;
}
.show_tk{
	position: absolute;
	background: #FFFFFF;
	padding: 10px;
	border-radius: 5px;
	z-index: 2;
	width: 290px;

}
.show_tk ul li{
	margin-left: 10px;
}
.show_tk p{
	float: left!important;
	height: 30px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 15px;

}
.show_tk .top_qp{
	position: absolute;
	width: 34px;
	top: -9px;
	left: 0;
	right: 0;
	margin: auto;
}
/* 顶部悬浮导航(白色)结束 */

/* 顶部悬浮导航(黑色) */

.tapbox{
	height: 50px;
	background: #404040;
}

.tapbox .tapbox_title{
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 19px;
	width: 140px;
}

.tapbox .tapbox_class{
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	width: 775px;

}
.tapbox .tapbox_class .p1{
	margin-right: 20px;
	cursor: pointer;
}
.tapbox .tapbox_class .p1 a{
	color: #FFFFFF;
}
.tapbox .tapbox_class .p1 a:hover{
	color: #FE6802!important;
}

.tapbox .gengduo .p1 a{
	color: #999999;
}
.tapbox .tapbox_class .p1 a:hover{
	color: #FE6802!important;
}


.tapbox .tapbox_user{
	width: 250px;
}
.tapbox .tapbox_user .tapbox_phone{
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 16px;
}
.tapbox .tapbox_user_box{
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	width: 80px;
}

/* 顶部悬浮导航(黑色结束) */

/*登录公共样式*/
.tapbox_user .login-no{
	margin-top: 13px;
}
.tapbox_user .user-name {
	color: white;
}
/*登录公共样式结束*/

.modal-backdrop {
	z-index: 1 !important;
}
